func google.golang.org/grpc.withDefaultScheme

2 uses

	google.golang.org/grpc (current package)
		clientconn.go#L247: 	opts = append([]DialOption{withDefaultScheme("passthrough"), WithLocalDNSResolution()}, opts...)
		dialoptions.go#L735: func withDefaultScheme(s string) DialOption {